From: Richard M. Stallman Date: Mon, 30 Oct 1995 19:38:38 +0000 (+0000) Subject: (temp_echo_area_glyphs): Only delete the temporary message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85724 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0d0e34df0d4161ab0bd45e503fd4b0816570725e;p=emacs.git (temp_echo_area_glyphs): Only delete the temporary message. --- diff --git a/src/minibuf.c b/src/minibuf.c index 18a51c4c709..fa20bbca9c9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1062,7 +1062,7 @@ temp_echo_area_glyphs (m) SET_PT (opoint); Vinhibit_quit = Qt; Fsit_for (make_number (2), Qnil, Qnil); - del_range (PT, ZV); + del_range (osize, ZV); SET_PT (opoint); if (!NILP (Vquit_flag)) {